Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-89613 | VRAU-SL-000475 | SV-100263r1_rule | Medium |
Description |
---|
Removing the "yast2-tftp-server" package decreases the risk of the accidental (or intentional) activation of tftp services. |
STIG | Date |
---|---|
VMware vRealize Automation 7.x SLES Security Technical Implementation Guide | 2018-10-12 |
Check Text ( C-89305r1_chk ) |
---|
Check if "yast2-tftp-server" is installed: # rpm -q yast2-tftp-server If a "yast2-tftp-server" package is listed, this is a finding. |
Fix Text (F-96355r1_fix) |
---|
To remove the "yast2-tftp-server" package, use the following command: rpm -e yast2-tftp-server |